SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.option.security
Interface CHVCallback


public interface CHVCallback

An interface for performing CHV(Card Holder Verification) using callback method.


Method Summary
 byte[] getPIN(SecurityDomain domain, int number)
           Gets the PIN(Personal Identification Number).
 

Method Detail

getPIN

public byte[] getPIN(SecurityDomain domain,
                     int number)
Gets the PIN(Personal Identification Number).

Parameters:
domain - the SecurityDomain.
number - the number of the PIN.
Returns:
the PIN.

SDK/J Authentication Package ver1.0
RICOH Confidential